Admonitions
👀 Reading hidden code
Tab
👀 Reading hidden code
Info
hello
👀 Reading hidden code
4 spaces
👀 Reading hidden code
Info
hello
👀 Reading hidden code
Footnote definitions
👀 Reading hidden code
Tab
👀 Reading hidden code
Have a look at [this]
👀 Reading hidden code
this
asdf
md"""
[^this]:
asdf
"""
👀 Reading hidden code
UndefVarError: z not defined
Here is what happened, the most recent locations are first:
begin
import Example
sqrt(1)
for x in z
y
end
md"""asdf
asdf
"""
r(z())
end
👀 Reading hidden code
f (generic function with 1 method)
function f(x)
sleep(1)
end
👀 Reading hidden code
syntax: extra token "2" after end of expression
1 2 3 4 5 6 7 8
12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
👀 Reading hidden code
4 spaces
👀 Reading hidden code
this
asdf
md"""
[^this]:
asdf
"""
👀 Reading hidden code
PackageSpec(
name = asdf
version = v"1.2.3"
)
Pkg.PackageSpec(name="asdf", version=v"1.2.3")
👀 Reading hidden code
import Pkg
👀 Reading hidden code
"Earth"
planet = "Earth"
👀 Reading hidden code
Hi, Earth
md"Hi, **$planet**" # 🙂
👀 Reading hidden code
Hi,
md"Hi, $planet **$planet**" # 🙁 becomes LaTeX
👀 Reading hidden code
Hi, EarthEarth
md"Hi, **$planet**$planet" # 🙁 becomes LaTeX
👀 Reading hidden code
Hi, Earth Earth
md"Hi, _$planet_ **$planet**" # 🙂
👀 Reading hidden code
👀 Reading hidden code
b**
md"$a **$b**"
👀 Reading hidden code
UndefVarError: $ not defined
Here is what happened, the most recent locations are first:
uhmmmmmm??!
md"""
Hello
$$
no math?
$$
huh
"""
👀 Reading hidden code
Hello a
md"Hello ``asdf`` `a`"
👀 Reading hidden code
Hello
md"""
Hello
$$math :)$$
"""
👀 Reading hidden code
Hello
huh
md"""
Hello
```math
math!
```
huh
"""
👀 Reading hidden code
a
a
md"""
a $$a$$
a
"""
👀 Reading hidden code